home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / winpoint.zip / WINPOINT.TXT < prev   
Internet Message Format  |  1996-09-07  |  9KB

  1. From : Marc Lewis                          05-Sep-96  23:36:21  1:396/45
  2. To   : All                                                      86:2250/24
  3. Subj : PPoint under Win95 PART 1 of 2
  4.  
  5.      Several folks have mentioned their interest in my setup of
  6. PPoint under Windows 95.  Well, here is a gist of how to do it.
  7. Mind you that, although not very difficult, attention to details
  8. will pay off with proper operation.  Please follow the modification
  9. steps in order.
  10.  
  11. What you will need:
  12.  
  13.      1) About an hour of uninterrupted time to devote to this
  14. modification.
  15.  
  16.      2) A working PPoint setup.  If you don't have one or don't know
  17. what I'm talking about here, leave me a message here on in Netmail.
  18.  
  19.      3) A copy of each of the following:
  20.  
  21. BW32_260.ZIP**232259 04-07-96  File BW32_260.ZIP Desc BinkleyTerm
  22.   SEE NOTE                     v2.60 Executables (Win32 Version)
  23. BAT2EXEC.ZIP   35287 08-10-91  BAT2EXEC--From PC Magazine-Volume 9,
  24.                                #14-August 1990 Purpose:  Compile your
  25.                                batch files for added speed.
  26. D4GW_197.ZIP  151678 09-22-94  DOS4GW DOS 32 bit extender version 1.97.
  27.                                Used by many games and programs requiring
  28.                                32 bit memory access.
  29. GUS_180.ZIP    35624 02-05-94  General Unpack Shell (GUS) v1.80 handles
  30.                                14 archive types and their self-extractors.
  31.                                (ARC ARC+ ARJ DWC HA HAP HPK HYP LZH PAK
  32.                                SQZ UC2 ZIP ZOO & SFXs).
  33. PSORT.ZIP     117209 04-07-94  PSRT - Packet filter & sorter. Requires
  34.                                386sx or greater - Requires 1 meg of
  35.                                extended/ems/dpmi/vcpi/whatever memory
  36.                                (more memory provides better sorting,
  37.                                ideally, 3-3.5 megs. Requires DOS4GW.EXE
  38. SLEEP_45.ZIP   32679 06-04-94  Variable program execution delay with menu.
  39.  
  40. **NOTE: Some copies of the BinkleyTerm archive contain a binkley.cfg
  41. and a binkley.evt file, NEITHER OF WHICH ARE FUNCTIONAL AS WRITTEN.
  42. If you didn't obtain the Binkley archive from me, check it's contents
  43. before extracting it into your Point directory.  IF IT CONTAINS a .cfg
  44. and an .evt file extract it to a temporary directory and rename the
  45. .cfg and .evt to something like .cf! and .ev! and then copy everything
  46. to your POINT directory.  YOU MUST HAVE version matched binkley.lng,
  47. btlng.exe and english.txt files for BinkleyTerm to function.
  48.  
  49. All files listed above are FreeWare.
  50.  
  51. What to do:
  52.  
  53. 1) MAKE A BACKUP OF YOUR PPOINT MAIN DIRECTORY.
  54.  
  55.  2) Use a text editor and edit your existing BINKLEY.CFG commenting out
  56. with a semicolon (;) at the left margin the following verbs:
  57.  
  58. ;SLOWMODEM
  59. ;NOCOLLIDE
  60. ;TopView
  61. ;Answer
  62. ;Busy
  63. ;BBS
  64. ;Suffix
  65.  
  66. If your BinkleyTerm has been running in the "black and white" mode you
  67. can add color to it with the following 2 verbs:
  68.  
  69. Colors
  70. Mark_Kromm
  71.  
  72. If you are running a modem that is faster than 14,400bps and wish
  73. to increase the port speed beyond Binkley's normal max. of 38400
  74. add AS THE FIRST LINE in Binkley.cfg the verb:
  75.  
  76. ExtBaudRates
  77.  
  78. You can then set the "BAUD" line in Binkley.cfg to 57600 or
  79. 115200; no commas in the numbers!  Remember the ExtBaudRates
  80. verb _must_ be the FIRST line in the configuration file.
  81.  
  82. When finished set the READ ONLY attribute on the file by issuing
  83. the command (at the dos prompt) ATTRIB +R BINKLEY.CFG. <enter>.
  84.  
  85.  3) Use a text editor to edit your MAILER.BAT file in the PPoint
  86. directory so that it looks like this.  ASSUMPTIONS:  Your PPoint
  87. directory is called POINT on drive C:.(You will have to adjust the
  88. drive letters and/or directory names to suit your own system.)
  89.  
  90. ======================CUT=======================
  91. @ECHO OFF
  92. :: THIS BATCH FILE IS USED INTERNALLY BY PPOINT
  93. :: Customized by Marc Lewis (1:396/45) 12JUL96
  94. CLS
  95.  
  96. :START
  97.      BT32
  98.  
  99. IF ERRORLEVEL 40 GOTO QUIT
  100. IF ERRORLEVEL 30 GOTO UNPACK
  101. IF ERRORLEVEL 20 GOTO UNPACK
  102. IF ERRORLEVEL 10 GOTO QUIT
  103.  
  104. :UNPACK
  105.  
  106.      IF EXIST C:\POINT\IN\*.* GUS .\IN\ /M
  107.      IF EXIST C:\POINT\IN\*.PKT CD .\IN
  108.      IF NOT EXIST C:\POINT\IN\*.PKT GOTO CHECK
  109.      PSRT
  110.  
  111.  
  112. :CHECK
  113. CD\
  114. CD \POINT\IN
  115. FOR %%A IN (ARJ ARC EXE LZH TXT ZIP) DO IF EXIST *.%%A GOTO REMIND
  116. CD..
  117.      GOTO QUIT
  118.  
  119. :REMIND
  120.      ECHO.
  121.      ECHO.
  122.      ECHO.
  123.      ECHO.
  124.      ECHO.
  125.      ECHO.
  126.      ECHO.
  127.      ECHO           You have incoming files other than
  128.      ECHO       mail waiting in the C:\POINT\IN directory.
  129.      SLEEP FOR 3 >NUL
  130.  
  131. :QUIT
  132.  
  133. ======================CUT=======================
  134.  
  135. NOTE!:  You can use your PPoint program to save this message to a
  136. text file by using the Ctrl E key combination.  Edit the saved
  137. message text file to strip out everything but the batch file above
  138. and save it as MAILER.BAT, replacing your original PPoint generated
  139. mailer.bat.
  140.  
  141. When finished editing the MAILER.BAT set the READ ONLY attribute:
  142.  
  143.           ATTRIB +R MAILER.BAT
  144.  
  145.  
  146.  
  147.  4)  UnZip the BAT2EXEC, SLEEP, PSRT and GUS archives into your
  148. Point directory.  Use the command line at the DOS prompt:
  149.  
  150.      PKUNZIP x:\dir\filename.zip c:\point
  151.  
  152. Where x:\dir is the drive and directory where the desired archive
  153. is located.  c:\point is your Point directory; adjust the drive and
  154. directory name as required for your system.
  155.  
  156.  5) We will now construct and compile the batch file to load PPoint
  157. and set certain environment variables for Win95.  With your text
  158. editor (or by the method I outlined in step 3) either write the
  159. following batch file or capture it from this message...  Remember to
  160. adjust the drive and directory names to suit your system!
  161.  
  162. ======================CUT========================
  163. :: rem PP.BAT
  164. @ECHO OFF
  165. C:
  166. CD \POINT
  167. PATH >IT.BAT
  168. PATH=%PATH%;C:\POINT
  169. PPOINT
  170. CALL IT.BAT
  171. DEL IT.BAT
  172. EXIT
  173. ======================CUT========================
  174.  
  175. .6)..We will now compile the PP.BAT into a .com file which Win95
  176. will like.  In your Point directory at the DOS prompt type the
  177. following command:
  178.  
  179.        BAT2EXEC PP.BAT
  180.  
  181. The compiler will go to work and finish in just a second or two.
  182. You will now have a PP.BAT and a PP.COM file in your Point
  183. directory. When completed RENAME the PP.BAT file to PP.BA! (At the
  184. DOS prompt use the command:
  185.  
  186.        REN PP.BAT PP.BA!
  187.  
  188.                 =+=+=+=+=+=+=+=+=+=
  189.  
  190. This completes the preliminaries.  We will now produce a "Shortcut"
  191. on the Windows 95 desktop and we're done!
  192.  
  193. On your Win95 desktop, open the "My Computer" icon.
  194.  
  195. Change to the drive and directory where PPoint and the PP.COM file
  196. reside.  With the _right_ mouse button click on PP.COM and select
  197. "Create Shortcut" from the pop-up menu.
  198.  
  199. Win95 will have created a shortcut file in your Point directory
  200. called "Shortcut to PP.COM" and it will have the MSDOS icon in
  201. front of it.
  202.  
  203. Drag the shortcut file with your left mouse button to the Desktop.
  204. Click on it with the right mouse button and rename it to whatever
  205. you wish, usually PPOINT.  At that time you can also change its
  206. icon to whatever you like, either from the Microsoft default Icon
  207. Library or from your own third party icon library...  We're
  208. finished!
  209.  
  210. Here's what happens when you click on PPOINT from your desktop:
  211. Windows calls the PP.COM file into action.  PP.COM captures your
  212. path statement into a file called IT.BAT.  Then it modifies the
  213. path statement and adds your point directory to it.  THIS IS THE
  214. ONLY TIME YOUR POINT DIRECTORY SHOULD EVER BE IN YOUR PATH!!!.
  215. Then it calls PPoint into action.  When you've finished with
  216. PPoint, make absolutely certain to exit properly via the pull down
  217. menu or with the escape key.  This is Very Important.  When PPoint
  218. closes the program resets your path to its original configuration,
  219. deletes the little batch file it created and exits back to Windows.
  220.  
  221. The MAILER.BAT does the following for you...  First off it calls
  222. BinkleyTerm into action with the BT32 command.  You'll notice that
  223. there is NO fossil nor video fossil loaded like with the DOS
  224. version of Binkley.  They are no longer needed and just get in the
  225. way. Binkley exits after receiving your mail or files; if you
  226. didn't receive anything you can either press F1 or F4 to
  227. immediately exit back to PPoint.  When Binkley does exit with
  228. incoming mail/files the program looks to see what's in your
  229. incoming directory.  It then calls a special unarchiver (GUS) that
  230. unpacks ONLY the mail files. If mail exists it calls a special
  231. Packet Sorter that checks the mail, sorts it by area, date, time,
  232. subject and ALSO checks the validity of the packets.  It will
  233. "re-synchronize" any "grunged" packets automatically. When that's
  234. finished the program will check and see if any non-mail files were
  235. received.  If so, it will post a 3 second reminder for you on
  236. screen.  The program then exits to PPoint which will toss the
  237. incoming mail.  AND IT'S ALL FREEWARE!
  238.  
  239. I hope you'll find this system as useful and stable as I have.  If
  240. you've got questions, I'll do my best to give you an answer!
  241.  
  242. Happy PPointing!
  243.  
  244.